# Python
__pycache__
*.pyc
*.egg-info
dist
.venv

# Log
*.log
*.log.*
*.json

# Editor
.idea
*.swp

# Other
.DS_Store
output

# Data
*.pkl
*.csv

wandb/*
